Namespace - LJCDataTransformDAL
Parameters
processGroupID - The ProcessGroup ID value.
stepTaskStatus - The StepTask status.
resetProcessesOnly - Indicates if only processes are reset.
Returns
True if successfull, otherwise false.
Syntax
| C# |
|
public Boolean ResetToStatus(Int32 processGroupID, StepTaskStatus stepTaskStatus, Boolean resetProcessesOnly = False)
|
Resets the DataProcesses and associated Steps and StepTasks to the provided status.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.